home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / config / mh-unixw < prev    next >
Text File  |  1993-08-12  |  346b  |  14 lines

  1. # Define SYSV as -DSYSV if you are using a System V operating system.
  2. SYSV = -DSYSV -DSVR4
  3. RANLIB = true
  4.  
  5. # C++ debugging is not yet supported under SVR4 (DWARF)
  6. CXXFLAGS=-O
  7.  
  8. # The l flag generates a warning from the SVR4 archiver, remove it.
  9. AR_FLAGS = cq
  10.  
  11. X11_INCLUDE_FLAGS = -I/usr/X/include
  12. X11_LIB_FLAGS = -L/usr/X/lib
  13. X11_LIB = -lX11 -lnsl
  14.